php forum
php mysql forum
php mysql smarty
 
Page 1 of 2 1 2 >
Topic Options
#202515 - 04/02/04 05:07 AM [6.7] [beta] Spell Check
Brett Offline
Moderator

Registered: 05/04/01
Posts: 992
Loc: Little Rock, AR
Modification Name: Spell Check

Author(s): Brett

Description: Lets you check for spelling mistakes in your post.

Requirements: UBB 6.7

Download Link: http://www.ubbdev.com/ubb/upload/00006378/Spell6.7.zip

Credits: LK, Bandit_1234, and Anime-loo

It is recommended but not required to install Mod CP Addon , to have extended options available.


Demo: http://www.pavioni.com/ubb/ultimatebb.php

username: ubbtest
password: test

Top
#202516 - 04/02/04 05:41 AM Re: [6.7] [beta] Spell Check
Gizmo Offline

Wizard

Registered: 01/10/00
Posts: 5354
Loc: Portland, OR, USA
Can't wait till 6.7.1 comes along so I can get back to adding mod's :x...
_________________________
UBB.Dev - Where you too can render your UBB install completely useless...
UGN Security, Elite Web Gamers & VNC Web Design & Development President
UBB.Threads: My UBBSkins, UBB.Sitemaps

Top
#202517 - 04/18/04 04:56 AM Re: [6.7] [beta] Spell Check
Clay Autery Offline
Junior Member

Registered: 11/15/03
Posts: 11
I'm not a programmer, but after this:

spellcheck_enable => {
type => "checkbox",
values => [qw(yes no)],
default => q!yes!,
req => 0,
final_code => sub { return "FIXME"; },
},

spellcheck_width => {
type => "text",
length => 20,
default => q!500!,
req => 0,
},
spellcheck_height => {
type => "text",
length => 20,
default => q!625!,
req => 0,
}

Shouldn't there be a "," after the last brace?

I mean, there was one after the last brace of the "post count" section that was already there...

Just curious.
_________________________
Clay Autery
"More, Better, Faster..."

Top
#202518 - 04/18/04 06:24 AM Re: [6.7] [beta] Spell Check
LK Offline
Admin / Code Breaker

Registered: 03/24/01
Posts: 7396
You're correct, there should be a comma even if it's the last item.
_________________________

My Hacks Page (will be back with UBB 7!)
UBBDev - We put the class into UBB.classic!

Top
#202519 - 04/19/04 02:24 AM Re: [6.7] [beta] Spell Check
Clay Autery Offline
Junior Member

Registered: 11/15/03
Posts: 11
smile I wasn't tring to be a nitpicker... just trying to help.
_________________________
Clay Autery
"More, Better, Faster..."

Top
#202520 - 05/04/04 10:44 PM Re: [6.7] [beta] Spell Check
eXtremeTim Offline
Member

Registered: 10/13/01
Posts: 544
Works great on 6.6 you just have to remember to drop out the public_topic_page.pl steps since theres no stock quick reply. I didnt have much luck last night getting it working with the 6.6 quick reply hack either it kept making the quick reply part hide itself. If somebody could show me what I need to change to make it work?
_________________________
United Devices Points: [img]http://www.ubbdev.com/ud/?u=extremetim&s=1[/img]

Top
#202521 - 05/05/04 02:19 AM Re: [6.7] [beta] Spell Check
Gizmo Offline

Wizard

Registered: 01/10/00
Posts: 5354
Loc: Portland, OR, USA
your best bet is to look in the 6.5 version of this mod and follow the quick reply code
_________________________
UBB.Dev - Where you too can render your UBB install completely useless...
UGN Security, Elite Web Gamers & VNC Web Design & Development President
UBB.Threads: My UBBSkins, UBB.Sitemaps

Top
#202522 - 05/05/04 11:40 PM Re: [6.7] [beta] Spell Check
eXtremeTim Offline
Member

Registered: 10/13/01
Posts: 544
I will try it later tonight. smile
_________________________
United Devices Points: [img]http://www.ubbdev.com/ud/?u=extremetim&s=1[/img]

Top
#202523 - 05/13/04 07:46 AM Re: [6.7] [beta] Spell Check
Painfool Offline
Member

Registered: 08/14/00
Posts: 182
This work for 6.7.1 ? smile Gizzy's remark about waiting has be skeerd and i forgot how much my members kant spell!

Top
#202524 - 05/13/04 07:51 AM Re: [6.7] [beta] Spell Check
Painfool Offline
Member

Registered: 08/14/00
Posts: 182
Nevermind, Im tarded this morning .. if you havn't noticed my time stamps Ive been at this alllll night smile

Demo board is 6.7.1 so I guess that means yes ... I hope smile

Top
#202525 - 05/13/04 04:29 PM Re: [6.7] [beta] Spell Check
Gizmo Offline

Wizard

Registered: 01/10/00
Posts: 5354
Loc: Portland, OR, USA
He was asking about 6.6; it works fine on 6.7.
_________________________
UBB.Dev - Where you too can render your UBB install completely useless...
UGN Security, Elite Web Gamers & VNC Web Design & Development President
UBB.Threads: My UBBSkins, UBB.Sitemaps

Top
#202526 - 07/08/04 11:12 PM Re: [6.7] [beta] Spell Check
AllenAyres Offline

I type Like navaho

Registered: 03/10/00
Posts: 25580
Loc: Texas
_________________________
- Allen wavey
- What Drives You?

Top
#202527 - 07/11/04 08:48 AM Re: [6.7] [beta] Spell Check
GATOR420 Offline
Member

Registered: 01/31/03
Posts: 118
I installed this mod and think it's great! However, I did notice what seems to be a limitation in spell checking very long posts.

According to the word/character counter, the spell checker would only spell check 4096 words of a 5073 word post. Then, if you do make corrections to any mistakes it will replace the entire orginal post with it's 4096 word copy thus deleting the other 977 words. Is there any way to fix this? Much thanks in advance... smile
_________________________
-GATOR

"Pain is temporary, Pride is forever"

Top
#202528 - 07/11/04 09:27 AM Re: [6.7] [beta] Spell Check
Ian Spence Offline
Master Hacker

Registered: 01/25/03
Posts: 3765
Loc: Saint Johns, PA
not broken, you are actually warned in the spell checker

Top
#202529 - 07/13/04 12:10 AM Re: [6.7] [beta] Spell Check
AllenAyres Offline

I type Like navaho

Registered: 03/10/00
Posts: 25580
Loc: Texas
What he means is, the issue is with the spell check people. It may be possible there's a paid version that will accept larger posts, but this version has the limit you see smile
_________________________
- Allen wavey
- What Drives You?

Top
#202530 - 07/20/04 10:22 PM Re: [6.7] [beta] Spell Check
GATOR420 Offline
Member

Registered: 01/31/03
Posts: 118
Thanks for the update but I looked all over and maybe I am blind, but I don't see that warning anywhere when I click spell check.
_________________________
-GATOR

"Pain is temporary, Pride is forever"

Top
#202531 - 07/21/04 12:47 AM Re: [6.7] [beta] Spell Check
AllenAyres Offline

I type Like navaho

Registered: 03/10/00
Posts: 25580
Loc: Texas
The warning is when you use the service - it tells you you have X number of words and they only support x number. It is still a spell check issue, nothing we can do about it.

There was another company advertising its services in the chit chat forum, you might wanna check them out if you want the advantage of a paid service.
_________________________
- Allen wavey
- What Drives You?

Top
#202532 - 07/28/04 02:16 PM Re: [6.7] [beta] Spell Check
Webberver1 Offline
Junior Member

Registered: 07/28/04
Posts: 18
Hi everyone,

I am running into a problem with this mod and thought maybe you gurus can help a girl out:

I just installed this mod but I am getting this error (I also installed the CPMod):


Can't locate object method "post" via package "LWP::UserAgent" at D:WebSitesCityofLincolnParkMIcgi-binubb_spell.cgi line 98, <DATA> chunk 64.
For help, please send mail to this site's webmaster, giving this error message and the time and date of the error. [Wed Jul 28 14:10:38 2004] D:WebSitesCityofLincolnParkMIcgi-binubb_spell.cgi: Can't locate object method "post" via package "LWP::UserAgent" at D:WebSitesCityofLincolnParkMIcgi-binubb_spell.cgi line 98, chunk 64.

Top
#202533 - 08/23/04 10:32 PM Re: [6.7] [beta] Spell Check
AllenAyres Offline

I type Like navaho

Registered: 03/10/00
Posts: 25580
Loc: Texas
Had the same issue tonight. It's because the LWP::Useragent pm isn't installed with your version of perl.

Go here:

http://search.cpan.org/src/GAAS/libwww-perl-5.69/lib/LWP/UserAgent.pm

Download that file, create a directory in your ubb's cgi folder like this:

Modules/LWP

and upload that useragent file. You should be ok then smile
_________________________
- Allen wavey
- What Drives You?

Top
#202534 - 09/12/04 12:48 AM Re: [6.7] [beta] Spell Check
paws Offline
Junior Member

Registered: 04/22/03
Posts: 7
Loc: Montreal
Will this work with 6.5?

Top
#202535 - 09/13/04 09:56 AM Re: [6.7] [beta] Spell Check
AllenAyres Offline

I type Like navaho

Registered: 03/10/00
Posts: 25580
Loc: Texas
Only 6.7 and the earthquake edition... I believe there's one for 6.5 tho, check search smile
_________________________
- Allen wavey
- What Drives You?

Top
#202536 - 10/17/04 08:33 PM Re: [6.7] [beta] Spell Check
Tiger66 Offline
Member

Registered: 03/31/04
Posts: 58
Loc: Israel
Hello

I added this one on 6.7.1 it works fine but the button shows as a small blank button and I can't find it's setting or whatever should be for this mod on the control panel
Any ideas?

Top
#202537 - 10/17/04 08:43 PM Re: [6.7] [beta] Spell Check
Ian Spence Offline
Master Hacker

Registered: 01/25/03
Posts: 3765
Loc: Saint Johns, PA
Make sure the Wordlets Mod is installed, and that the steps pertaining to vars_wordlets_mods.cgi have been done

Top
#202538 - 10/17/04 09:25 PM Re: [6.7] [beta] Spell Check
Tiger66 Offline
Member

Registered: 03/31/04
Posts: 58
Loc: Israel
I have modified that file but what's the wordlet mod?

Top
#202539 - 10/17/04 09:29 PM Re: [6.7] [beta] Spell Check
Gizmo Offline

Wizard

Registered: 01/10/00
Posts: 5354
Loc: Portland, OR, USA
_________________________
UBB.Dev - Where you too can render your UBB install completely useless...
UGN Security, Elite Web Gamers & VNC Web Design & Development President
UBB.Threads: My UBBSkins, UBB.Sitemaps

Top
#202540 - 10/17/04 09:36 PM Re: [6.7] [beta] Spell Check
Tiger66 Offline
Member

Registered: 03/31/04
Posts: 58
Loc: Israel
Thanks

Top
#202541 - 10/17/04 10:31 PM Re: [6.7] [beta] Spell Check
Tiger66 Offline
Member

Registered: 03/31/04
Posts: 58
Loc: Israel
So this mod is a spelling check service from spellcheck.net , nice banners smashpc

Top
#202542 - 10/18/04 05:33 AM Re: [6.7] [beta] Spell Check
Gizmo Offline

Wizard

Registered: 01/10/00
Posts: 5354
Loc: Portland, OR, USA
The mod uses their services; as such it goes by their guidelines; hence any advertising they choose to display wink ...
_________________________
UBB.Dev - Where you too can render your UBB install completely useless...
UGN Security, Elite Web Gamers & VNC Web Design & Development President
UBB.Threads: My UBBSkins, UBB.Sitemaps

Top
#202543 - 10/18/04 07:38 AM Re: [6.7] [beta] Spell Check
LK Offline
Admin / Code Breaker

Registered: 03/24/01
Posts: 7396
I swear I'm not getting a penny from that, and I'm certain brett isn't too wink
_________________________

My Hacks Page (will be back with UBB 7!)
UBBDev - We put the class into UBB.classic!

Top
#202544 - 10/18/04 06:40 PM Re: [6.7] [beta] Spell Check
Gizmo Offline

Wizard

Registered: 01/10/00
Posts: 5354
Loc: Portland, OR, USA
The adsense code is there from spellcheck.net; I mean we are wasting their BW, may as well display their adsense lol...
_________________________
UBB.Dev - Where you too can render your UBB install completely useless...
UGN Security, Elite Web Gamers & VNC Web Design & Development President
UBB.Threads: My UBBSkins, UBB.Sitemaps

Top
#202545 - 09/24/05 12:28 AM Re: [6.7] [beta] Spell Check
AshtarRose Offline
Journeyman

Registered: 09/22/05
Posts: 137
Loc: Columbus, OH
I can not find vars_wordlets_mods.cgi

Where, what? How do I get this?
_________________________
http://www.riddledindarkness.com * Yeah I need the Crazy Mods.

Top
#202546 - 09/24/05 12:36 AM Re: [6.7] [beta] Spell Check
AshtarRose Offline
Journeyman

Registered: 09/22/05
Posts: 137
Loc: Columbus, OH
Oop, I'm getting better at this! I fixed it myself ha ha ha.. um. But how do I make the button for my spell check be an actual button that says spell check, right now its just something you click on and some of my members will not know what that is.
_________________________
http://www.riddledindarkness.com * Yeah I need the Crazy Mods.

Top
#202547 - 09/24/05 07:47 AM Re: [6.7] [beta] Spell Check
Gizmo Offline

Wizard

Registered: 01/10/00
Posts: 5354
Loc: Portland, OR, USA
Quote:
Originally posted by AshtarRose:</font><hr />
I can not find vars_wordlets_mods.cgi

Where, what? How do I get this?
<hr /></blockquote>

See:
http://www.ubbdev.com/ubb/ultimatebb.php/topic/33/71.html#000000

<blockquote><font class="small">Originally posted by AshtarRose:
[qb]
Oop, I'm getting better at this! I fixed it myself ha ha ha.. um. But how do I make the button for my spell check be an actual button that says spell check, right now its just something you click on and some of my members will not know what that is.
[/qb]


If you have the Wordlets_Mods modification installed you should see this as "Spell Check"
_________________________
UBB.Dev - Where you too can render your UBB install completely useless...
UGN Security, Elite Web Gamers & VNC Web Design & Development President
UBB.Threads: My UBBSkins, UBB.Sitemaps

Top
#202548 - 09/24/05 01:07 PM Re: [6.7] [beta] Spell Check
AshtarRose Offline
Journeyman

Registered: 09/22/05
Posts: 137
Loc: Columbus, OH
I do and it still didn't show up
_________________________
http://www.riddledindarkness.com * Yeah I need the Crazy Mods.

Top
#202549 - 09/24/05 01:58 PM Re: [6.7] [beta] Spell Check
Gizmo Offline

Wizard

Registered: 01/10/00
Posts: 5354
Loc: Portland, OR, USA
After you apply the vars_wordlets_mods modification are you adding the asspociated lines FROM the spellcheck modification into vars_wordlets_mods.cgi?
_________________________
UBB.Dev - Where you too can render your UBB install completely useless...
UGN Security, Elite Web Gamers & VNC Web Design & Development President
UBB.Threads: My UBBSkins, UBB.Sitemaps

Top
#202550 - 09/24/05 02:20 PM Re: [6.7] [beta] Spell Check
AshtarRose Offline
Journeyman

Registered: 09/22/05
Posts: 137
Loc: Columbus, OH
this is my issue:

http://hogwartsbynight.com/cgi-bin/ubb/ultimatebb.cgi?ubb=newtopic;f=38
_________________________
http://www.riddledindarkness.com * Yeah I need the Crazy Mods.

Top
#202551 - 09/24/05 02:41 PM Re: [6.7] [beta] Spell Check
Gizmo Offline

Wizard

Registered: 01/10/00
Posts: 5354
Loc: Portland, OR, USA
I know what the issue is, your description was perfect there; the problem is that, for some reason, your forum isn't reading the wordlet, either the wordlet step was skipped, not preformed properly, or the vars_wordlets_mod wasn't installed (the vars_wordlets_mod is required for the wordlets of this mod to function properly)

Quoting the install instructions
Code:
*******************************
* Open vars_wordlets_mods.cgi *
*******************************

Find:
=====

%vars_wordlets_mods = (

Add below:
==========

	q~spell_check~ => q~Spell Check~,
	q~spell_check_fix~ => q~Correct Text in UBB™ Form~,
	q~spell_check_text~ => q~SpellCheck Text~,
	q~spell_check_misspelled_words~ => q~There are misspelled words in the text body:~,
	q~spell_check_misspelled_step1~ => q~Select a suggested word from the pull down box for each misspelled word below~,
	q~spell_check_misspelled_step2~ => q~Then press the %%CORRECT%% button at the bottom of the page~,
	q~spell_check_spelled_correctly~ => q~No spelling errors were found in this text.~,
	q~spell_check_no_text~ => q~Enter your text to spellcheck. (Up to 5000 characters)~,
	q~spell_check_close~ => q~Close~,
_________________________
UBB.Dev - Where you too can render your UBB install completely useless...
UGN Security, Elite Web Gamers & VNC Web Design & Development President
UBB.Threads: My UBBSkins, UBB.Sitemaps

Top
#202552 - 09/24/05 02:48 PM Re: [6.7] [beta] Spell Check
AshtarRose Offline
Journeyman

Registered: 09/22/05
Posts: 137
Loc: Columbus, OH
I opened the file again, I added all of those to the wordlet mod file, its still not showing up. I went through the files to double check.

my file:

%vars_wordlets_mods = (
q~spell_check~ => q~Spell Check~,
q~spell_check_fix~ => q~Correct Text in UBBô Form~,
q~spell_check_text~ => q~SpellCheck Text~,
q~spell_check_misspelled_words~ => q~There are misspelled words in the text body:~,
q~spell_check_misspelled_step1~ => q~Select a suggested word from the pull down box for each misspelled word below~,
q~spell_check_misspelled_step2~ => q~Then press the %%CORRECT%% button at the bottom of the page~,
q~spell_check_spelled_correctly~ => q~No spelling errors were found in this text.~,
q~spell_check_no_text~ => q~Enter your text to spellcheck. (Up to 5000 characters)~,
q~spell_check_close~ => q~Close~,
q!mod_wordlets! => q!Modifications Wordlets!,
);
1;
_________________________
http://www.riddledindarkness.com * Yeah I need the Crazy Mods.

Top
#202553 - 09/24/05 02:50 PM Re: [6.7] [beta] Spell Check
LK Offline
Admin / Code Breaker

Registered: 03/24/01
Posts: 7396
Go to ultimatebb.cgi
Before "if ($ubb eq '') {" type:
Code:
use vars ("%vars_wordlets_mods");
%vars_wordlets_mods = (
	q~spell_check~ => q~Spell Check~,	q~spell_check_fix~ => q~Correct Text in UBB™ Form~,	q~spell_check_text~ => q~SpellCheck Text~,	q~spell_check_misspelled_words~ => q~There are misspelled words in the text body:~,	q~spell_check_misspelled_step1~ => q~Select a suggested word from the pull down box for each misspelled word below~,	q~spell_check_misspelled_step2~ => q~Then press the %%CORRECT%% button at the bottom of the page~,	q~spell_check_spelled_correctly~ => q~No spelling errors were found in this text.~,	q~spell_check_no_text~ => q~Enter your text to spellcheck. (Up to 5000 characters)~,	q~spell_check_close~ => q~Close~,
);
Also make sure you uploaded vars_wordlets_mods.cgi to the same directory as your other vars_wordlets files.
_________________________

My Hacks Page (will be back with UBB 7!)
UBBDev - We put the class into UBB.classic!

Top
#202554 - 09/24/05 02:56 PM Re: [6.7] [beta] Spell Check
AshtarRose Offline
Journeyman

Registered: 09/22/05
Posts: 137
Loc: Columbus, OH
That seemed to do the trick LK, thanks.. lol now if I could get hit hack to work. Newbies.. don't you want to strangle me.
_________________________
http://www.riddledindarkness.com * Yeah I need the Crazy Mods.

Top
Page 1 of 2 1 2 >



Moderator:  Charles, Gizmo 
Latest Posts
[7.2.1] - Naked shoutbox
by bellaonline
05/05/12 05:00 PM
[7.x] Stop Forum Spam Integration v0.4
by bellaonline
05/05/12 03:53 PM
Shout Box

(Views)Popular Topics
Known public proxy servers 1689885
Integrated Index Page (IIP) 5.3.1 555705
Finished-[6.5.2] Games Arcade Deluxe v1.9 501236
Integrated Index Page (IIP) 5.1.1 415112
TLD Bv2.1 Released - Threads Links Directory 396822
[6.0x] Who's Online 4.0.0 [Finished] 389412
Finished-[6.5.1] Integrated Index Page (IIP) 6.5 330423
Q & A 298663
Slash UBB 266936
[6.3.x] [beta] Hit Hack 2.0 227970
Forum Stats
13621 Members
59 Forums
37191 Topics
295716 Posts

Max Online: 686 @ 06/28/07 07:04 AM

 

 

 
fusionbb message board php hacks